Skip to content

chore: Configure Renovate - autoclosed - #451

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure
Closed

chore: Configure Renovate - autoclosed#451
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • .github/workflows/codeql-analysis.yml (github-actions)
  • .github/workflows/dependabot-automerge.yml (github-actions)
  • .github/workflows/test-and-release.yml (github-actions)
  • package.json (npm)
  • renovate.json (renovate-config)
  • tsconfig.json (regex)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs
  • Base config for AlCalzone repositories. Matches the previous Dependabot behavior: monthly, bump ranges, direct dependencies only, 7 day release age.
  • Run Renovate on following schedule: * 0-5 1 * *

What to Expect

With your current configuration, Renovate will create 5 Pull Requests, up to a maximum of 16 over time (see docs for prConcurrentLimit):

chore(deps): replace dependency @​tsconfig/node22 with @tsconfig/node24
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/tsconfig-node22-replacement
  • Merge into: master
  • Upgrade @tsconfig/node22 to 24
  • Upgrade @tsconfig/node22 to ^24.0.0
chore(deps): update dependency @​tsconfig/node22 to v22.0.6
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/tsconfig-node22-22.x
  • Merge into: master
  • Upgrade @tsconfig/node22 to ^22.0.6
chore(deps): update dependency vitest to ^4.1.11
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/vitest-monorepo
  • Merge into: master
  • Upgrade vitest to ^4.1.11
chore(deps): update dependency yargs to ^17.7.3
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/yargs-17.x
  • Merge into: master
  • Upgrade yargs to ^17.7.3
fix(deps): update dependency node-dtls-client to ^2.0.3
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/node-dtls-client-2.x
  • Merge into: master
  • Upgrade node-dtls-client to ^2.0.3
chore(deps): update dependency @​alcalzone/release-script to ^5.2.1
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/alcalzone-release-script-5.x
  • Merge into: master
  • Upgrade @alcalzone/release-script to ^5.2.1
chore(deps): update dependency @​alcalzone/release-script-plugin-license to ^5.2.2
chore(deps): update dependency oxlint to ^1.80.0
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/oxlint-monorepo
  • Merge into: master
  • Upgrade oxlint to ^1.80.0
chore(deps): update dependency semver to ^7.8.5
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/semver-7.x
  • Merge into: master
  • Upgrade semver to ^7.8.5
chore(deps): update node.js to >=22.23.2
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/node-22.x
  • Merge into: master
  • Upgrade node to >=22.23.2
  • Upgrade @types/node to ^22.20.1
chore(deps): update actions/checkout action to v7
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: master
  • Upgrade actions/checkout to v7
chore(deps): update actions/setup-node action to v7
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/actions-setup-node-7.x
  • Merge into: master
  • Upgrade actions/setup-node to v7
chore(deps): update dependency typescript to v7
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/typescript-7.x
  • Merge into: master
  • Upgrade typescript to 7.0.2
chore(deps): update dependency yargs to v18
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/yargs-18.x
  • Merge into: master
  • Upgrade yargs to ^18.1.0
chore(deps): update node.js to v24
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/node-24.x
  • Merge into: master
  • Upgrade node to >=24.20.0
  • Upgrade @types/node to ^24.13.3
chore(deps): update softprops/action-gh-release action to v3
  • Schedule: ["* 0-5 1 * *"]
  • Branch name: renovate/softprops-action-gh-release-3.x
  • Merge into: master
  • Upgrade softprops/action-gh-release to v3

🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prHourlyLimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 3, 2026
@renovate renovate Bot changed the title chore: Configure Renovate chore: Configure Renovate - autoclosed Sep 3, 2026
@renovate renovate Bot closed this Sep 3, 2026
@renovate
renovate Bot deleted the renovate/configure branch September 3, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants